Html Css Color HEX #CBE164 Mindaro

📋 copy color: '#CBE164'

red 203 ◦ green 225 ◦ blue 100

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

Shades of Mindaro #CBE164

Tints of Mindaro #CBE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.94%

R = 38.45%
G = 42.61%
B = 18.94%

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

#CBE164 (or 0xCBE164) is known color: Mindaro. HEX triplet: CB, E1 and 64. RGB value is (203,225,100). Sum of RGB (Red+Green+Blue) = 203+225+100=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE164 is #341E9B. Grayscale: #CCCCCC. Windows color (decimal): -3415708 or 6611403. OLE color: 6611403.

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

Color convert

RGB 203 225 100 -
CMYK 0.10 0 0.56 0.12
HSL 70.56º 0.68% 0.64% -
HSV(B) 70.56º 0.56% 0.88% -
XYZ 53.85 67.47 22.24 -
YUV 204.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 203 225 100 0.10 0 0.56 0.12 70.56 0.68 0.64
Hex CB E1 64 A 0 38 C 47 44 40
Octal 313 341 144 12 0 70 14 107 104 100
Binary 11001011 11100001 1100100 1010 0 111000 1100 1000111 1000100 1000000

Color Harmonies of #CBE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE164

Black with #CBE164

Text Example


Text Example

White with #CBE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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