Html Css Color HEX #CCBE00 Bird Flower

📋 copy color: '#CCBE00'

red 204 ◦ green 190 ◦ blue 0

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

Shades of Bird Flower #CCBE00

Tints of Bird Flower #CCBE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.22%

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

R = 51.78%
G = 48.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCBE00 (or 0xCCBE00) is known color: Bird Flower. HEX triplet: CC, BE and 00. RGB value is (204,190,0). Sum of RGB (Red+Green+Blue) = 204+190+0=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE00 is #3341FF. Grayscale: #ADADAD. Windows color (decimal): -3359232 or 48844. OLE color: 48844.

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

Color convert

RGB 204 190 0 -
CMYK 0 0.07 1 0.2
HSL 55.88º 1% 0.4% -
HSV(B) 55.88º 1% 0.8% -
XYZ 43.32 49.66 7.3 -
YUV 172.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 204 190 0 0 0.07 1 0.2 55.88 1 0.4
Hex CC BE 0 0 7 64 14 38 64 28
Octal 314 276 0 0 7 144 24 70 144 50
Binary 11001100 10111110 0 0 111 1100100 10100 111000 1100100 101000

Color Harmonies of #CCBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE00

Black with #CCBE00

Text Example


Text Example

White with #CCBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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