Html Css Color HEX #B2CA12 Rio Grande

📋 copy color: '#B2CA12'

red 178 ◦ green 202 ◦ blue 18

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

Shades of Rio Grande #B2CA12

Tints of Rio Grande #B2CA12

RGB

 RED value IS 178 (69.92% from 255) = 44.72%

 GREEN value IS 202 (79.3% from 255) = 50.75%

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 44.72%
G = 50.75%
B = 4.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#B2CA12 (or 0xB2CA12) is known color: Rio Grande. HEX triplet: B2, CA and 12. RGB value is (178,202,18). Sum of RGB (Red+Green+Blue) = 178+202+18=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CA12 is #4D35ED. Grayscale: #AEAEAE. Windows color (decimal): -5060078 or 1231538. OLE color: 1231538.

HSL color Cylindrical-coordinate representation of color #B2CA12: hue angle of 67.83º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2CA12 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 18 -
CMYK 0.12 0 0.91 0.21
HSL 67.83º 0.84% 0.43% -
HSV(B) 67.83º 0.91% 0.79% -
XYZ 39.59 51.75 8.47 -
YUV 173.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 178 202 18 0.12 0 0.91 0.21 67.83 0.84 0.43
Hex B2 CA 12 C 0 5B 15 44 54 2B
Octal 262 312 22 14 0 133 25 104 124 53
Binary 10110010 11001010 10010 1100 0 1011011 10101 1000100 1010100 101011

Color Harmonies of #B2CA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA12

Black with #B2CA12

Text Example


Text Example

White with #B2CA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA12; }

 p { color: rgb(178,202,18); }

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

background-color css

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

 a { background-color: rgb(178,202,18); }

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

border-color css

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

 span { border-color: rgb(178,202,18); }

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