Html Css Color HEX #CCBF00 Bird Flower

📋 copy color: '#CCBF00'

red 204 ◦ green 191 ◦ blue 0

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

Shades of Bird Flower #CCBF00

Tints of Bird Flower #CCBF00

RGB

 RED value IS 204 (80.08% from 255) = 51.65%

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

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

R = 51.65%
G = 48.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCBF00 (or 0xCCBF00) is known color: Bird Flower. HEX triplet: CC, BF and 00. RGB value is (204,191,0). Sum of RGB (Red+Green+Blue) = 204+191+0=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBF00 is #3340FF. Grayscale: #ADADAD. Windows color (decimal): -3358976 or 49100. OLE color: 49100.

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

Color convert

RGB 204 191 0 -
CMYK 0 0.06 1 0.2
HSL 56.18º 1% 0.4% -
HSV(B) 56.18º 1% 0.8% -
XYZ 43.53 50.1 7.38 -
YUV 173.11 30.31 150.03 -
System Red Green Blue C M Y K H S L
Decimal 204 191 0 0 0.06 1 0.2 56.18 1 0.4
Hex CC BF 0 0 6 64 14 38 64 28
Octal 314 277 0 0 6 144 24 70 144 50
Binary 11001100 10111111 0 0 110 1100100 10100 111000 1100100 101000

Color Harmonies of #CCBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF00

Black with #CCBF00

Text Example


Text Example

White with #CCBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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