Html Css Color HEX #CBD250 Wild Willow

📋 copy color: '#CBD250'

red 203 ◦ green 210 ◦ blue 80

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

Shades of Wild Willow #CBD250

Tints of Wild Willow #CBD250

RGB

 RED value IS 203 (79.69% from 255) = 41.18%

 GREEN value IS 210 (82.42% from 255) = 42.6%

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 41.18%
G = 42.6%
B = 16.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#CBD250 (or 0xCBD250) is known color: Wild Willow. HEX triplet: CB, D2 and 50. RGB value is (203,210,80). Sum of RGB (Red+Green+Blue) = 203+210+80=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD250 is #342DAF. Grayscale: #C1C1C1. Windows color (decimal): -3419568 or 5296843. OLE color: 5296843.

HSL color Cylindrical-coordinate representation of color #CBD250: hue angle of 63.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBD250 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 210 80 -
CMYK 0.03 0 0.62 0.18
HSL 63.23º 0.59% 0.57% -
HSV(B) 63.23º 0.62% 0.82% -
XYZ 49.12 59.37 16.46 -
YUV 193.09 64.18 135.07 -
System Red Green Blue C M Y K H S L
Decimal 203 210 80 0.03 0 0.62 0.18 63.23 0.59 0.57
Hex CB D2 50 3 0 3E 12 3F 3B 39
Octal 313 322 120 3 0 76 22 77 73 71
Binary 11001011 11010010 1010000 11 0 111110 10010 111111 111011 111001

Color Harmonies of #CBD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD250

Black with #CBD250

Text Example


Text Example

White with #CBD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD250; }

 p { color: rgb(203,210,80); }

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

background-color css

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

 a { background-color: rgb(203,210,80); }

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

border-color css

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

 span { border-color: rgb(203,210,80); }

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