Html Css Color HEX #CCBC02 Bird Flower

📋 copy color: '#CCBC02'

red 204 ◦ green 188 ◦ blue 2

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

Shades of Bird Flower #CCBC02

Tints of Bird Flower #CCBC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.72%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 51.78%
G = 47.72%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCBC02 (or 0xCCBC02) is known color: Bird Flower. HEX triplet: CC, BC and 02. RGB value is (204,188,2). Sum of RGB (Red+Green+Blue) = 204+188+2=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC02 is #3343FD. Grayscale: #ACACAC. Windows color (decimal): -3359742 or 179404. OLE color: 179404.

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

Color convert

RGB 204 188 2 -
CMYK 0 0.08 0.99 0.2
HSL 55.25º 0.98% 0.4% -
HSV(B) 55.25º 0.99% 0.8% -
XYZ 42.9 48.81 7.22 -
YUV 171.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 204 188 2 0 0.08 0.99 0.2 55.25 0.98 0.4
Hex CC BC 2 0 8 63 14 37 62 28
Octal 314 274 2 0 10 143 24 67 142 50
Binary 11001100 10111100 10 0 1000 1100011 10100 110111 1100010 101000

Color Harmonies of #CCBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC02

Black with #CCBC02

Text Example


Text Example

White with #CCBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC02; }

 p { color: rgb(204,188,2); }

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

background-color css

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

 a { background-color: rgb(204,188,2); }

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

border-color css

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

 span { border-color: rgb(204,188,2); }

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