Html Css Color HEX #CCBA00 Bird Flower

📋 copy color: '#CCBA00'

red 204 ◦ green 186 ◦ blue 0

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

Shades of Bird Flower #CCBA00

Tints of Bird Flower #CCBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

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

R = 52.31%
G = 47.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCBA00 (or 0xCCBA00) is known color: Bird Flower. HEX triplet: CC, BA and 00. RGB value is (204,186,0). Sum of RGB (Red+Green+Blue) = 204+186+0=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA00 is #3345FF. Grayscale: #AAAAAA. Windows color (decimal): -3360256 or 47820. OLE color: 47820.

HSL color Cylindrical-coordinate representation of color #CCBA00: hue angle of 54.71º 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 #CCBA00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 0 -
CMYK 0 0.09 1 0.2
HSL 54.71º 1% 0.4% -
HSV(B) 54.71º 1% 0.8% -
XYZ 42.46 47.96 7.02 -
YUV 170.18 31.96 152.12 -
System Red Green Blue C M Y K H S L
Decimal 204 186 0 0 0.09 1 0.2 54.71 1 0.4
Hex CC BA 0 0 9 64 14 37 64 28
Octal 314 272 0 0 11 144 24 67 144 50
Binary 11001100 10111010 0 0 1001 1100100 10100 110111 1100100 101000

Color Harmonies of #CCBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA00

Black with #CCBA00

Text Example


Text Example

White with #CCBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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