Html Css Color HEX #CBE162 Mindaro

📋 copy color: '#CBE162'

red 203 ◦ green 225 ◦ blue 98

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

Shades of Mindaro #CBE162

Tints of Mindaro #CBE162

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

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

R = 38.59%
G = 42.78%
B = 18.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CBE162 (or 0xCBE162) is known color: Mindaro. HEX triplet: CB, E1 and 62. RGB value is (203,225,98). Sum of RGB (Red+Green+Blue) = 203+225+98=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE162 is #341E9D. Grayscale: #CCCCCC. Windows color (decimal): -3415710 or 6480331. OLE color: 6480331.

HSL color Cylindrical-coordinate representation of color #CBE162: hue angle of 70.39º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBE162 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 98 -
CMYK 0.10 0 0.56 0.12
HSL 70.39º 0.68% 0.63% -
HSV(B) 70.39º 0.56% 0.88% -
XYZ 53.76 67.43 21.74 -
YUV 203.94 68.21 127.33 -
System Red Green Blue C M Y K H S L
Decimal 203 225 98 0.10 0 0.56 0.12 70.39 0.68 0.63
Hex CB E1 62 A 0 38 C 46 44 3F
Octal 313 341 142 12 0 70 14 106 104 77
Binary 11001011 11100001 1100010 1010 0 111000 1100 1000110 1000100 111111

Color Harmonies of #CBE162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE162

Black with #CBE162

Text Example


Text Example

White with #CBE162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE162; }

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

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

background-color css

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

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

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

border-color css

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

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

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