Html Css Color HEX #CBE96A Mindaro

📋 copy color: '#CBE96A'

red 203 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #CBE96A

Tints of Mindaro #CBE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.99%

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 37.45%
G = 42.99%
B = 19.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CBE96A (or 0xCBE96A) is known color: Mindaro. HEX triplet: CB, E9 and 6A. RGB value is (203,233,106). Sum of RGB (Red+Green+Blue) = 203+233+106=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE96A is #341695. Grayscale: #D2D2D2. Windows color (decimal): -3413654 or 7006667. OLE color: 7006667.

HSL color Cylindrical-coordinate representation of color #CBE96A: hue angle of 74.17º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBE96A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 106 -
CMYK 0.13 0 0.55 0.09
HSL 74.17º 0.74% 0.66% -
HSV(B) 74.17º 0.55% 0.91% -
XYZ 56.37 72.01 24.56 -
YUV 209.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 203 233 106 0.13 0 0.55 0.09 74.17 0.74 0.66
Hex CB E9 6A D 0 37 9 4A 4A 42
Octal 313 351 152 15 0 67 11 112 112 102
Binary 11001011 11101001 1101010 1101 0 110111 1001 1001010 1001010 1000010

Color Harmonies of #CBE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE96A

Black with #CBE96A

Text Example


Text Example

White with #CBE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE96A; }

 p { color: rgb(203,233,106); }

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

background-color css

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

 a { background-color: rgb(203,233,106); }

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

border-color css

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

 span { border-color: rgb(203,233,106); }

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