Html Css Color HEX #CBD465 Wild Willow

📋 copy color: '#CBD465'

red 203 ◦ green 212 ◦ blue 101

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

Shades of Wild Willow #CBD465

Tints of Wild Willow #CBD465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.57%

R = 39.34%
G = 41.09%
B = 19.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#CBD465 (or 0xCBD465) is known color: Wild Willow. HEX triplet: CB, D4 and 65. RGB value is (203,212,101). Sum of RGB (Red+Green+Blue) = 203+212+101=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD465 is #342B9A. Grayscale: #C5C5C5. Windows color (decimal): -3419035 or 6673611. OLE color: 6673611.

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

Color convert

RGB 203 212 101 -
CMYK 0.04 0 0.52 0.17
HSL 64.86º 0.56% 0.61% -
HSV(B) 64.86º 0.52% 0.83% -
XYZ 50.52 60.72 21.37 -
YUV 196.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 203 212 101 0.04 0 0.52 0.17 64.86 0.56 0.61
Hex CB D4 65 4 0 34 11 41 38 3D
Octal 313 324 145 4 0 64 21 101 70 75
Binary 11001011 11010100 1100101 100 0 110100 10001 1000001 111000 111101

Color Harmonies of #CBD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD465

Black with #CBD465

Text Example


Text Example

White with #CBD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD465; }

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

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

background-color css

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

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

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

border-color css

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

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

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