Html Css Color HEX #CCBE17 Bird Flower

📋 copy color: '#CCBE17'

red 204 ◦ green 190 ◦ blue 23

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

Shades of Bird Flower #CCBE17

Tints of Bird Flower #CCBE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.52%

R = 48.92%
G = 45.56%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCBE17 (or 0xCCBE17) is known color: Bird Flower. HEX triplet: CC, BE and 17. RGB value is (204,190,23). Sum of RGB (Red+Green+Blue) = 204+190+23=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE17 is #3341E8. Grayscale: #AFAFAF. Windows color (decimal): -3359209 or 1556172. OLE color: 1556172.

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

Color convert

RGB 204 190 23 -
CMYK 0 0.07 0.89 0.2
HSL 55.36º 0.8% 0.45% -
HSV(B) 55.36º 0.89% 0.8% -
XYZ 43.47 49.73 8.12 -
YUV 175.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 204 190 23 0 0.07 0.89 0.2 55.36 0.8 0.45
Hex CC BE 17 0 7 59 14 37 50 2D
Octal 314 276 27 0 7 131 24 67 120 55
Binary 11001100 10111110 10111 0 111 1011001 10100 110111 1010000 101101

Color Harmonies of #CCBE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE17

Black with #CCBE17

Text Example


Text Example

White with #CCBE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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