Html Css Color HEX #C5BB23 Bird Flower

📋 copy color: '#C5BB23'

red 197 ◦ green 187 ◦ blue 35

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

Shades of Bird Flower #C5BB23

Tints of Bird Flower #C5BB23

RGB

 RED value IS 197 (77.34% from 255) = 47.02%

 GREEN value IS 187 (73.44% from 255) = 44.63%

 BLUE value IS 35 (14.06% from 255) = 8.35%

R = 47.02%
G = 44.63%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5BB23 (or 0xC5BB23) is known color: Bird Flower. HEX triplet: C5, BB and 23. RGB value is (197,187,35). Sum of RGB (Red+Green+Blue) = 197+187+35=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB23 is #3A44DC. Grayscale: #ADADAD. Windows color (decimal): -3818717 or 2341829. OLE color: 2341829.

HSL color Cylindrical-coordinate representation of color #C5BB23: hue angle of 56.3º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5BB23 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 187 35 -
CMYK 0 0.05 0.82 0.23
HSL 56.3º 0.7% 0.45% -
HSV(B) 56.3º 0.82% 0.77% -
XYZ 41.1 47.53 8.6 -
YUV 172.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 197 187 35 0 0.05 0.82 0.23 56.3 0.7 0.45
Hex C5 BB 23 0 5 52 17 38 46 2D
Octal 305 273 43 0 5 122 27 70 106 55
Binary 11000101 10111011 100011 0 101 1010010 10111 111000 1000110 101101

Color Harmonies of #C5BB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB23

Black with #C5BB23

Text Example


Text Example

White with #C5BB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB23; }

 p { color: rgb(197,187,35); }

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

background-color css

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

 a { background-color: rgb(197,187,35); }

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

border-color css

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

 span { border-color: rgb(197,187,35); }

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