Html Css Color HEX #B0CA0D Rio Grande

📋 copy color: '#B0CA0D'

red 176 ◦ green 202 ◦ blue 13

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

Shades of Rio Grande #B0CA0D

Tints of Rio Grande #B0CA0D

RGB

 RED value IS 176 (69.14% from 255) = 45.01%

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 45.01%
G = 51.66%
B = 3.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#B0CA0D (or 0xB0CA0D) is known color: Rio Grande. HEX triplet: B0, CA and 0D. RGB value is (176,202,13). Sum of RGB (Red+Green+Blue) = 176+202+13=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA0D is #4F35F2. Grayscale: #ADADAD. Windows color (decimal): -5191155 or 903856. OLE color: 903856.

HSL color Cylindrical-coordinate representation of color #B0CA0D: hue angle of 68.25º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0CA0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 13 -
CMYK 0.13 0 0.94 0.21
HSL 68.25º 0.88% 0.42% -
HSV(B) 68.25º 0.94% 0.79% -
XYZ 39.1 51.5 8.26 -
YUV 172.68 37.89 130.37 -
System Red Green Blue C M Y K H S L
Decimal 176 202 13 0.13 0 0.94 0.21 68.25 0.88 0.42
Hex B0 CA D D 0 5E 15 44 58 2A
Octal 260 312 15 15 0 136 25 104 130 52
Binary 10110000 11001010 1101 1101 0 1011110 10101 1000100 1011000 101010

Color Harmonies of #B0CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA0D

Black with #B0CA0D

Text Example


Text Example

White with #B0CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA0D; }

 p { color: rgb(176,202,13); }

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

background-color css

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

 a { background-color: rgb(176,202,13); }

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

border-color css

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

 span { border-color: rgb(176,202,13); }

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