Html Css Color HEX #CBD468 Wild Willow

📋 copy color: '#CBD468'

red 203 ◦ green 212 ◦ blue 104

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

Shades of Wild Willow #CBD468

Tints of Wild Willow #CBD468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 39.11%
G = 40.85%
B = 20.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#CBD468 (or 0xCBD468) is known color: Wild Willow. HEX triplet: CB, D4 and 68. RGB value is (203,212,104). Sum of RGB (Red+Green+Blue) = 203+212+104=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD468 is #342B97. Grayscale: #C5C5C5. Windows color (decimal): -3419032 or 6870219. OLE color: 6870219.

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

Color convert

RGB 203 212 104 -
CMYK 0.04 0 0.51 0.17
HSL 65º 0.56% 0.62% -
HSV(B) 65º 0.51% 0.83% -
XYZ 50.67 60.78 22.16 -
YUV 197 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 203 212 104 0.04 0 0.51 0.17 65 0.56 0.62
Hex CB D4 68 4 0 33 11 41 38 3E
Octal 313 324 150 4 0 63 21 101 70 76
Binary 11001011 11010100 1101000 100 0 110011 10001 1000001 111000 111110

Color Harmonies of #CBD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD468

Black with #CBD468

Text Example


Text Example

White with #CBD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD468; }

 p { color: rgb(203,212,104); }

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

background-color css

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

 a { background-color: rgb(203,212,104); }

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

border-color css

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

 span { border-color: rgb(203,212,104); }

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