Html Css Color HEX #CBE961 Mindaro

📋 copy color: '#CBE961'

red 203 ◦ green 233 ◦ blue 97

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

Shades of Mindaro #CBE961

Tints of Mindaro #CBE961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.2%

R = 38.09%
G = 43.71%
B = 18.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#CBE961 (or 0xCBE961) is known color: Mindaro. HEX triplet: CB, E9 and 61. RGB value is (203,233,97). Sum of RGB (Red+Green+Blue) = 203+233+97=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE961 is #34169E. Grayscale: #D1D1D1. Windows color (decimal): -3413663 or 6416843. OLE color: 6416843.

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

Color convert

RGB 203 233 97 -
CMYK 0.13 0 0.58 0.09
HSL 73.24º 0.76% 0.65% -
HSV(B) 73.24º 0.58% 0.91% -
XYZ 55.93 71.84 22.23 -
YUV 208.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 203 233 97 0.13 0 0.58 0.09 73.24 0.76 0.65
Hex CB E9 61 D 0 3A 9 49 4C 41
Octal 313 351 141 15 0 72 11 111 114 101
Binary 11001011 11101001 1100001 1101 0 111010 1001 1001001 1001100 1000001

Color Harmonies of #CBE961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE961

Black with #CBE961

Text Example


Text Example

White with #CBE961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE961; }

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

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

background-color css

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

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

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

border-color css

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

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

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