Html Css Color HEX #B2D01D Rio Grande

📋 copy color: '#B2D01D'

red 178 ◦ green 208 ◦ blue 29

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

Shades of Rio Grande #B2D01D

Tints of Rio Grande #B2D01D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.12%

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 42.89%
G = 50.12%
B = 6.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#B2D01D (or 0xB2D01D) is known color: Rio Grande. HEX triplet: B2, D0 and 1D. RGB value is (178,208,29). Sum of RGB (Red+Green+Blue) = 178+208+29=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D01D is #4D2FE2. Grayscale: #B3B3B3. Windows color (decimal): -5058531 or 1953970. OLE color: 1953970.

HSL color Cylindrical-coordinate representation of color #B2D01D: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2D01D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 29 -
CMYK 0.14 0 0.86 0.18
HSL 70.06º 0.76% 0.46% -
HSV(B) 70.06º 0.86% 0.82% -
XYZ 41.14 54.67 9.55 -
YUV 178.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 178 208 29 0.14 0 0.86 0.18 70.06 0.76 0.46
Hex B2 D0 1D E 0 56 12 46 4C 2E
Octal 262 320 35 16 0 126 22 106 114 56
Binary 10110010 11010000 11101 1110 0 1010110 10010 1000110 1001100 101110

Color Harmonies of #B2D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D01D

Black with #B2D01D

Text Example


Text Example

White with #B2D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D01D; }

 p { color: rgb(178,208,29); }

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

background-color css

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

 a { background-color: rgb(178,208,29); }

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

border-color css

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

 span { border-color: rgb(178,208,29); }

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