Html Css Color HEX #CEBF00 Bird Flower

📋 copy color: '#CEBF00'

red 206 ◦ green 191 ◦ blue 0

#CEBF00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CEBF00

Tints of Bird Flower #CEBF00

RGB

 RED value IS 206 (80.86% from 255) = 51.89%

 GREEN value IS 191 (75% from 255) = 48.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.89%
G = 48.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEBF00 (or 0xCEBF00) is known color: Bird Flower. HEX triplet: CE, BF and 00. RGB value is (206,191,0). Sum of RGB (Red+Green+Blue) = 206+191+0=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBF00 is #3140FF. Grayscale: #AEAEAE. Windows color (decimal): -3227904 or 49102. OLE color: 49102.

HSL color Cylindrical-coordinate representation of color #CEBF00: hue angle of 55.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEBF00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 0 -
CMYK 0 0.07 1 0.19
HSL 55.63º 1% 0.4% -
HSV(B) 55.63º 1% 0.81% -
XYZ 44.08 50.38 7.4 -
YUV 173.71 29.97 151.03 -
System Red Green Blue C M Y K H S L
Decimal 206 191 0 0 0.07 1 0.19 55.63 1 0.4
Hex CE BF 0 0 7 64 13 38 64 28
Octal 316 277 0 0 7 144 23 70 144 50
Binary 11001110 10111111 0 0 111 1100100 10011 111000 1100100 101000

Color Harmonies of #CEBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF00

Black with #CEBF00

Text Example


Text Example

White with #CEBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF00; }

 p { color: rgb(206,191,0); }

 H1.HeaderClassName
 {
   color: #CEBF00;
 }
 .AnyTagClassName
 {
   color: #CEBF00;
 }
</style>

background-color css

<style>
 a { background-color: #CEBF00; }

 a { background-color: rgb(206,191,0); }

 div.DivClassName
 {
   background-color: #CEBF00;
 }
 .BgClassName
 {
   background-color: #CEBF00;
 }
</style>

border-color css

<style>
 span { border-color: #CEBF00; }

 span { border-color: rgb(206,191,0); }

 td.TdClassName
 {
   border-color: #CEBF00;
 }
 .TagClassName
 {
   border-color: #CEBF00;
 }
</style>