Html Css Color HEX #CBD255 Wild Willow

📋 copy color: '#CBD255'

red 203 ◦ green 210 ◦ blue 85

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

Shades of Wild Willow #CBD255

Tints of Wild Willow #CBD255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.07%

R = 40.76%
G = 42.17%
B = 17.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#CBD255 (or 0xCBD255) is known color: Wild Willow. HEX triplet: CB, D2 and 55. RGB value is (203,210,85). Sum of RGB (Red+Green+Blue) = 203+210+85=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD255 is #342DAA. Grayscale: #C2C2C2. Windows color (decimal): -3419563 or 5624523. OLE color: 5624523.

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

Color convert

RGB 203 210 85 -
CMYK 0.03 0 0.60 0.18
HSL 63.36º 0.58% 0.58% -
HSV(B) 63.36º 0.6% 0.82% -
XYZ 49.31 59.45 17.47 -
YUV 193.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 203 210 85 0.03 0 0.60 0.18 63.36 0.58 0.58
Hex CB D2 55 3 0 3C 12 3F 3A 3A
Octal 313 322 125 3 0 74 22 77 72 72
Binary 11001011 11010010 1010101 11 0 111100 10010 111111 111010 111010

Color Harmonies of #CBD255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD255

Black with #CBD255

Text Example


Text Example

White with #CBD255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD255; }

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

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

background-color css

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

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

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

border-color css

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

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

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