Html Css Color HEX #B4CA2B Rio Grande

📋 copy color: '#B4CA2B'

red 180 ◦ green 202 ◦ blue 43

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

Shades of Rio Grande #B4CA2B

Tints of Rio Grande #B4CA2B

RGB

 RED value IS 180 (70.7% from 255) = 42.35%

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

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

R = 42.35%
G = 47.53%
B = 10.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#B4CA2B (or 0xB4CA2B) is known color: Rio Grande. HEX triplet: B4, CA and 2B. RGB value is (180,202,43). Sum of RGB (Red+Green+Blue) = 180+202+43=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA2B is #4B35D4. Grayscale: #B1B1B1. Windows color (decimal): -4928981 or 2869940. OLE color: 2869940.

HSL color Cylindrical-coordinate representation of color #B4CA2B: hue angle of 68.3º 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 #B4CA2B is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 43 -
CMYK 0.11 0 0.79 0.21
HSL 68.3º 0.65% 0.48% -
HSV(B) 68.3º 0.79% 0.79% -
XYZ 40.38 52.12 10.22 -
YUV 177.3 52.21 129.93 -
System Red Green Blue C M Y K H S L
Decimal 180 202 43 0.11 0 0.79 0.21 68.3 0.65 0.48
Hex B4 CA 2B B 0 4F 15 44 41 30
Octal 264 312 53 13 0 117 25 104 101 60
Binary 10110100 11001010 101011 1011 0 1001111 10101 1000100 1000001 110000

Color Harmonies of #B4CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CA2B

Black with #B4CA2B

Text Example


Text Example

White with #B4CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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