Html Css Color HEX #B2CA2B Rio Grande

📋 copy color: '#B2CA2B'

red 178 ◦ green 202 ◦ blue 43

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

Shades of Rio Grande #B2CA2B

Tints of Rio Grande #B2CA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 42.08%
G = 47.75%
B = 10.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#B2CA2B (or 0xB2CA2B) is known color: Rio Grande. HEX triplet: B2, CA and 2B. RGB value is (178,202,43). Sum of RGB (Red+Green+Blue) = 178+202+43=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA2B is #4D35D4. Grayscale: #B1B1B1. Windows color (decimal): -5060053 or 2869938. OLE color: 2869938.

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

Color convert

RGB 178 202 43 -
CMYK 0.12 0 0.79 0.21
HSL 69.06º 0.65% 0.48% -
HSV(B) 69.06º 0.79% 0.79% -
XYZ 39.92 51.88 10.2 -
YUV 176.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 178 202 43 0.12 0 0.79 0.21 69.06 0.65 0.48
Hex B2 CA 2B C 0 4F 15 45 41 30
Octal 262 312 53 14 0 117 25 105 101 60
Binary 10110010 11001010 101011 1100 0 1001111 10101 1000101 1000001 110000

Color Harmonies of #B2CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA2B

Black with #B2CA2B

Text Example


Text Example

White with #B2CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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