Html Css Color HEX #CBE967 Mindaro

📋 copy color: '#CBE967'

red 203 ◦ green 233 ◦ blue 103

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

Shades of Mindaro #CBE967

Tints of Mindaro #CBE967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.11%

R = 37.66%
G = 43.23%
B = 19.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#CBE967 (or 0xCBE967) is known color: Mindaro. HEX triplet: CB, E9 and 67. RGB value is (203,233,103). Sum of RGB (Red+Green+Blue) = 203+233+103=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE967 is #341698. Grayscale: #D1D1D1. Windows color (decimal): -3413657 or 6810059. OLE color: 6810059.

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

Color convert

RGB 203 233 103 -
CMYK 0.13 0 0.56 0.09
HSL 73.85º 0.75% 0.66% -
HSV(B) 73.85º 0.56% 0.91% -
XYZ 56.22 71.95 23.76 -
YUV 209.21 68.06 123.57 -
System Red Green Blue C M Y K H S L
Decimal 203 233 103 0.13 0 0.56 0.09 73.85 0.75 0.66
Hex CB E9 67 D 0 38 9 4A 4B 42
Octal 313 351 147 15 0 70 11 112 113 102
Binary 11001011 11101001 1100111 1101 0 111000 1001 1001010 1001011 1000010

Color Harmonies of #CBE967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE967

Black with #CBE967

Text Example


Text Example

White with #CBE967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE967; }

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

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

background-color css

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

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

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

border-color css

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

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

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