Html Css Color HEX #CBD362 Wild Willow

📋 copy color: '#CBD362'

red 203 ◦ green 211 ◦ blue 98

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

Shades of Wild Willow #CBD362

Tints of Wild Willow #CBD362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

 BLUE value IS 98 (38.67% from 255) = 19.14%

R = 39.65%
G = 41.21%
B = 19.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#CBD362 (or 0xCBD362) is known color: Wild Willow. HEX triplet: CB, D3 and 62. RGB value is (203,211,98). Sum of RGB (Red+Green+Blue) = 203+211+98=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD362 is #342C9D. Grayscale: #C4C4C4. Windows color (decimal): -3419294 or 6476747. OLE color: 6476747.

HSL color Cylindrical-coordinate representation of color #CBD362: hue angle of 64.25º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBD362 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 211 98 -
CMYK 0.04 0 0.54 0.17
HSL 64.25º 0.56% 0.61% -
HSV(B) 64.25º 0.54% 0.83% -
XYZ 50.13 60.17 20.53 -
YUV 195.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 203 211 98 0.04 0 0.54 0.17 64.25 0.56 0.61
Hex CB D3 62 4 0 36 11 40 38 3D
Octal 313 323 142 4 0 66 21 100 70 75
Binary 11001011 11010011 1100010 100 0 110110 10001 1000000 111000 111101

Color Harmonies of #CBD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD362

Black with #CBD362

Text Example


Text Example

White with #CBD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD362; }

 p { color: rgb(203,211,98); }

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

background-color css

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

 a { background-color: rgb(203,211,98); }

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

border-color css

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

 span { border-color: rgb(203,211,98); }

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