Html Css Color HEX #B2CF0D Rio Grande

📋 copy color: '#B2CF0D'

red 178 ◦ green 207 ◦ blue 13

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

Shades of Rio Grande #B2CF0D

Tints of Rio Grande #B2CF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.01%

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

R = 44.72%
G = 52.01%
B = 3.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#B2CF0D (or 0xB2CF0D) is known color: Rio Grande. HEX triplet: B2, CF and 0D. RGB value is (178,207,13). Sum of RGB (Red+Green+Blue) = 178+207+13=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CF0D is #4D30F2. Grayscale: #B0B0B0. Windows color (decimal): -5058803 or 905138. OLE color: 905138.

HSL color Cylindrical-coordinate representation of color #B2CF0D: hue angle of 68.97º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2CF0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 13 -
CMYK 0.14 0 0.94 0.19
HSL 68.97º 0.88% 0.43% -
HSV(B) 68.97º 0.94% 0.81% -
XYZ 40.75 54.12 8.68 -
YUV 176.21 35.89 129.27 -
System Red Green Blue C M Y K H S L
Decimal 178 207 13 0.14 0 0.94 0.19 68.97 0.88 0.43
Hex B2 CF D E 0 5E 13 45 58 2B
Octal 262 317 15 16 0 136 23 105 130 53
Binary 10110010 11001111 1101 1110 0 1011110 10011 1000101 1011000 101011

Color Harmonies of #B2CF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF0D

Black with #B2CF0D

Text Example


Text Example

White with #B2CF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF0D; }

 p { color: rgb(178,207,13); }

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

background-color css

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

 a { background-color: rgb(178,207,13); }

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

border-color css

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

 span { border-color: rgb(178,207,13); }

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